Change debug level of vmx_io_instruction to DBG_LEVEL_IO.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 2 Mar 2006 20:34:16 +0000 (21:34 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 2 Mar 2006 20:34:16 +0000 (21:34 +0100)
From: Himanshu Raj

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/hvm/vmx/vmx.c

index 0e8a4f386e208d8218770692fd09c39b8636660b..18d532a61bf8732841821b4c7ec34918e8c99ee9 100644 (file)
@@ -884,7 +884,7 @@ static void vmx_io_instruction(struct cpu_user_regs *regs,
     __vmread(GUEST_RFLAGS, &eflags);
     vm86 = eflags & X86_EFLAGS_VM ? 1 : 0;
 
-    HVM_DBG_LOG(DBG_LEVEL_1,
+    HVM_DBG_LOG(DBG_LEVEL_IO,
                 "vmx_io_instruction: vm86 %d, eip=%lx:%lx, "
                 "exit_qualification = %lx",
                 vm86, cs, eip, exit_qualification);